home *** CD-ROM | disk | FTP | other *** search
- Path: Starbase.NeoSoft.COM!barrym
- From: barrym@starbase.neosoft.com (barrym)
- Newsgroups: comp.lang.c
- Subject: Re: Assembly
- Date: 6 Feb 1996 17:24:01 GMT
- Organization: NeoSoft Internet Services +1 713 968 5800
- Message-ID: <4f82rh$r05@uuneo.neosoft.com>
- References: <4edkqb$k1v@dub-news-svc-4.compuserve.com> <822765569snz@genesis.demon.co.uk> <4elj8b$m8n@svadilfari.ifi.uio.no>
- NNTP-Posting-Host: starbase.neosoft.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- I own a number of C compilers on a lot of different systems. Some from
- the 80's and some from the 90's. All of them provide more than one way
- to use assembly from within C.
-
- Barry
-
- Jan Kroken (jankr@ifi.uio.no) wrote:
-
- : In article <822765569snz@genesis.demon.co.uk>, Lawrence Kirby <fred@genesis.demon.co.uk> writes:
- : > In article <4edkqb$k1v@dub-news-svc-4.compuserve.com>
- : > 100614.3573@compuserve.com "Frederic Chantren" writes:
- : >
- : > >I'd like use assembly routines in C language.
- : >
- : > You can't - the C language has no support for assembly. You particular
- : > compiler might provide support as an extension to the language but you
- : > will need to check that in the documentation for your specific compiler
- : > or ask in a newsgroup relevant to it. For example comp.os.msdos.programmer
- : > is a good place to start for DOS based compilers.
- : >
- : Most C compilers from Borland and MS supports innline asm.
- : Earlier Turbo C/C++ required TASM for the inline-asm, but
- : it's now a part of the compiler.
- : -jk
-
-